home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / SH-UTILS.{29 / README.{_1 < prev    next >
Text File  |  1999-09-17  |  2KB  |  54 lines

  1. This is a package of small shell programming utilities.  They are mostly
  2. compliant with POSIX.2, where applicable.
  3.  
  4. The programs that can be built with this package are:
  5.  
  6.   basename chroot date dirname echo env expr factor false groups
  7.   hostname id logname nice nohup pathchk printenv printf pwd seq
  8.   sleep stty su tee test true tty uname users who whoami yes
  9.  
  10. Some programs (chroot, nice, nohup, uname, and stty) are built and
  11. installed only on systems that have the features to support them.
  12. su is always built, but it is installed only if the installer can
  13. create setuid-root programs.
  14.  
  15. If you want to install the su program separately, you can run
  16. `./configure && make check && make install' as usual;  that will
  17. install all programs except su if you installed as a non-privileged
  18. user.  Then run `make install-root' as root to install only su.
  19.  
  20. See the file NEWS for a list of major changes in the current release.
  21.  
  22. See the file INSTALL for compilation and installation instructions.
  23.  
  24. If you are using a version of the Linux libc that predates 4.4.1,
  25. you should get a newer version.  The old libraries contain getopt
  26. functions that are incompatible with certain uses of the date program.
  27. For instance, when built with the obsolete getopt functions, `date +%j'
  28. will give a usage error instead of the expected result.
  29.  
  30. nice, stty, and uname require facilities not available on all systems;
  31. `configure' detects this and does not try to compile them on systems
  32. where those facilities are missing.
  33. nohup requires nice.
  34. su will be installed only if you do `make install' as root.
  35.  
  36. Many thanks to all of the people who have taken the time to submit
  37. problem reports and fixes.  Contributed changes are attributed in the
  38. ChangeLog file.
  39.  
  40. Note that the distributed man pages are no longer being updated.
  41. The authoritative documentation is in texinfo form in the doc directory.
  42.  
  43. These programs all recognize the `--version' option.  When reporting
  44. bugs, please include in the subject line both the package name/version
  45. and the name of the program for which you found a problem.
  46.  
  47. For general documentation on the coding and usage standards
  48. this distribution follows, see the GNU standards document
  49. ftp://prep.ai.mit.edu/pub/gnu/standards.*, especially the `Makefile
  50. Conventions', `Configuration', and `User Interfaces' sections.
  51.  
  52. Mail suggestions and bug reports for these programs to
  53. sh-utils-bugs@gnu.ai.mit.edu.
  54.